Html Css Color HEX #BDDFF0 Onahau

📋 copy color: '#BDDFF0'

red 189 ◦ green 223 ◦ blue 240

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

Shades of Onahau #BDDFF0

Tints of Onahau #BDDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 28.99%
G = 34.2%
B = 36.81%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDDFF0 (or 0xBDDFF0) is known color: Onahau. HEX triplet: BD, DF and F0. RGB value is (189,223,240). Sum of RGB (Red+Green+Blue) = 189+223+240=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF0 is #42200F. Grayscale: #D6D6D6. Windows color (decimal): -4333584 or 15785917. OLE color: 15785917.

HSL color Cylindrical-coordinate representation of color #BDDFF0: hue angle of 200º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDFF0 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 223 240 -
CMYK 0.21 0.07 0 0.06
HSL 200º 0.63% 0.84% -
HSV(B) 200º 0.21% 0.94% -
XYZ 63.1 69.89 92.6 -
YUV 214.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 189 223 240 0.21 0.07 0 0.06 200 0.63 0.84
Hex BD DF F0 15 7 0 6 C8 3F 54
Octal 275 337 360 25 7 0 6 310 77 124
Binary 10111101 11011111 11110000 10101 111 0 110 11001000 111111 1010100

Color Harmonies of #BDDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFF0

Black with #BDDFF0

Text Example


Text Example

White with #BDDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFF0; }

 p { color: rgb(189,223,240); }

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

background-color css

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

 a { background-color: rgb(189,223,240); }

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

border-color css

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

 span { border-color: rgb(189,223,240); }

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