Html Css Color HEX #BCDFF0 Onahau

📋 copy color: '#BCDFF0'

red 188 ◦ green 223 ◦ blue 240

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

Shades of Onahau #BCDFF0

Tints of Onahau #BCDFF0

RGB

 RED value IS 188 (73.83% from 255) = 28.88%

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

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

R = 28.88%
G = 34.25%
B = 36.87%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCDFF0 (or 0xBCDFF0) is known color: Onahau. HEX triplet: BC, DF and F0. RGB value is (188,223,240). Sum of RGB (Red+Green+Blue) = 188+223+240=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF0 is #43200F. Grayscale: #D6D6D6. Windows color (decimal): -4399120 or 15785916. OLE color: 15785916.

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

Color convert

RGB 188 223 240 -
CMYK 0.22 0.07 0 0.06
HSL 199.62º 0.63% 0.84% -
HSV(B) 199.62º 0.22% 0.94% -
XYZ 62.85 69.76 92.59 -
YUV 214.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 188 223 240 0.22 0.07 0 0.06 199.62 0.63 0.84
Hex BC DF F0 16 7 0 6 C8 3F 54
Octal 274 337 360 26 7 0 6 310 77 124
Binary 10111100 11011111 11110000 10110 111 0 110 11001000 111111 1010100

Color Harmonies of #BCDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFF0

Black with #BCDFF0

Text Example


Text Example

White with #BCDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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