Html Css Color HEX #BDE2F2 Onahau

📋 copy color: '#BDE2F2'

red 189 ◦ green 226 ◦ blue 242

#BDE2F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BDE2F2

Tints of Onahau #BDE2F2

RGB

 RED value IS 189 (74.22% from 255) = 28.77%

 GREEN value IS 226 (88.67% from 255) = 34.4%

 BLUE value IS 242 (94.92% from 255) = 36.83%

R = 28.77%
G = 34.4%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDE2F2 (or 0xBDE2F2) is known color: Onahau. HEX triplet: BD, E2 and F2. RGB value is (189,226,242). Sum of RGB (Red+Green+Blue) = 189+226+242=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2F2 is #421D0D. Grayscale: #D8D8D8. Windows color (decimal): -4332814 or 15917757. OLE color: 15917757.

HSL color Cylindrical-coordinate representation of color #BDE2F2: hue angle of 198.11º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE2F2 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 226 242 -
CMYK 0.22 0.07 0 0.05
HSL 198.11º 0.67% 0.85% -
HSV(B) 198.11º 0.22% 0.95% -
XYZ 64.21 71.62 94.44 -
YUV 216.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 189 226 242 0.22 0.07 0 0.05 198.11 0.67 0.85
Hex BD E2 F2 16 7 0 5 C6 43 55
Octal 275 342 362 26 7 0 5 306 103 125
Binary 10111101 11100010 11110010 10110 111 0 101 11000110 1000011 1010101

Color Harmonies of #BDE2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2F2

Black with #BDE2F2

Text Example


Text Example

White with #BDE2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2F2; }

 p { color: rgb(189,226,242); }

 H1.HeaderClassName
 {
   color: #BDE2F2;
 }
 .AnyTagClassName
 {
   color: #BDE2F2;
 }
</style>

background-color css

<style>
 a { background-color: #BDE2F2; }

 a { background-color: rgb(189,226,242); }

 div.DivClassName
 {
   background-color: #BDE2F2;
 }
 .BgClassName
 {
   background-color: #BDE2F2;
 }
</style>

border-color css

<style>
 span { border-color: #BDE2F2; }

 span { border-color: rgb(189,226,242); }

 td.TdClassName
 {
   border-color: #BDE2F2;
 }
 .TagClassName
 {
   border-color: #BDE2F2;
 }
</style>